home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr18 / wm101b.zip / B.BAT next >
DOS Batch File  |  1995-03-08  |  213b  |  10 lines

  1. REM This is an example BATCH file of how you may want to
  2. REM run your nodes builder after editing a level.
  3. REM
  4. @echo off
  5. cd\doom2
  6. bsp map02.wad
  7. copy tmp.wad map02.wad
  8. doom2 -warp 2 -file map02.wad < NUL
  9.  
  10.